home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / src-server / xlisp / Makefile < prev    next >
Encoding:
Makefile  |  1991-10-04  |  38.0 KB  |  1,026 lines

  1. # Makefile generated by imake - do not edit!
  2. # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
  3. #
  4. # The cpp used on this machine replaces all newlines and multiple tabs and
  5. # spaces in a macro expansion with a single space.  Imake tries to compensate
  6. # for this, but is not always successful.
  7. #
  8.  
  9. ###########################################################################
  10. # Makefile generated from "Imake.tmpl" and </tmp/IIf.a10443>
  11. # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
  12. #
  13. # Platform-specific parameters may be set in the appropriate .cf
  14. # configuration files.  Site-wide parameters may be set in the file
  15. # site.def.  Full rebuilds are recommended if any parameters are changed.
  16. #
  17. # If your C preprocessor doesn't define any unique symbols, you'll need
  18. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  19. # "make Makefile", "make Makefiles", or "make World").
  20. #
  21. # If you absolutely can't get imake to work, you'll need to set the
  22. # variables at the top of each Makefile as well as the dependencies at the
  23. # bottom (makedepend will do this automatically).
  24. #
  25.  
  26. # 59
  27.  
  28. # 66
  29.  
  30. # 73
  31.  
  32. # 87
  33.  
  34. # 94
  35.  
  36. # 101
  37.  
  38. # 108
  39.  
  40. # 115
  41.  
  42. # 123
  43.  
  44. # 131
  45.  
  46. # 140
  47.  
  48. # 147
  49.  
  50. # 156
  51.  
  52. # 160
  53.  
  54. # 179
  55.  
  56. # 188
  57.  
  58. ###########################################################################
  59. # platform-specific configuration parameters - edit hp.cf to change
  60.  
  61. # 17
  62.  
  63. # platform:  $XConsortium: hp.cf,v 1.24 89/12/10 11:57:02 rws Exp $
  64. # operating system:  HP-UX 7.0
  65.  
  66. # 59
  67.  
  68. # 65
  69.  
  70. # 69
  71.  
  72. ###########################################################################
  73. # site-specific configuration parameters - edit site.def to change
  74.  
  75. # site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
  76.  
  77. # 113
  78.  
  79. # 122
  80.  
  81. # 128
  82.  
  83. # 139
  84.  
  85. # 215
  86.  
  87. # 218
  88.  
  89. # 221
  90.  
  91. # 231
  92.  
  93. # 241
  94.  
  95. # 246
  96.  
  97. # 253
  98.  
  99. # 260
  100.  
  101. # 270
  102.  
  103. # 276
  104.  
  105. # 304
  106.  
  107. # 314
  108.  
  109. # 324
  110.  
  111. # 341
  112.  
  113. # 398
  114.  
  115. # 408
  116.  
  117. # 425
  118.  
  119. # 443
  120.  
  121. # 456
  122.  
  123. # 464
  124.  
  125. # 474
  126.  
  127. # 480
  128.  
  129. # 486
  130.  
  131. # 499
  132.  
  133. # 510
  134.  
  135. # 514
  136.  
  137. # 523
  138.  
  139. # 529
  140.  
  141. # 538
  142.  
  143. # 541
  144.  
  145.             SHELL = /bin/sh
  146.  
  147.               TOP = ../../../../../mit
  148.       CURRENT_DIR = ./src-server/xlisp
  149.  
  150.                AR = ar cq
  151.   BOOTSTRAPCFLAGS =
  152.                CC = cc
  153. # 558
  154.  
  155.          COMPRESS = compress
  156.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  157.     PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
  158.           INSTALL = $(SCRIPTSRC)/bsdinst.sh
  159.                LD = ld
  160.              LINT = lint
  161.       LINTLIBFLAG = -o
  162.          LINTOPTS = -ax -Nd4000 -Ns3300 -Ne700 -Np200 -Na25000 -DSYSV
  163.                LN = ln -s
  164.              MAKE = make
  165.                MV = mv -f
  166.                CP = cp
  167.            RANLIB = /bin/true
  168.   RANLIBINSTFLAGS =
  169.                RM = rm -f
  170.      STD_INCLUDES =
  171.   STD_CPP_DEFINES = -DSYSV
  172.       STD_DEFINES = -Wc,-Nd4000,-Ns3300,-Ne700,-Np200 -DSYSV -DMALLOC_0_RETURNS_NULL
  173.  EXTRA_LOAD_FLAGS = -lmalloc
  174.   EXTRA_LIBRARIES =
  175.              TAGS = ctags
  176.  
  177.            MFLAGS = -$(MAKEFLAGS)
  178.  
  179. # 586
  180.  
  181. # 589
  182.  
  183. # 595
  184.  
  185. # 602
  186.  
  187.     PROTO_DEFINES =
  188.  
  189. # 609
  190.  
  191.      INSTPGMFLAGS =
  192.  
  193.      INSTBINFLAGS = -m 0755
  194.      INSTUIDFLAGS = -m 4755
  195.      INSTLIBFLAGS = -m 0664
  196.      INSTINCFLAGS = -m 0444
  197.      INSTMANFLAGS = -m 0444
  198.      INSTDATFLAGS = -m 0444
  199.     INSTKMEMFLAGS = -m 4755
  200.  
  201.           DESTDIR =
  202. # 623
  203.  
  204.      TOP_INCLUDES = -I$(TOP)
  205.  
  206.       CDEBUGFLAGS = -O
  207.         CCOPTIONS =
  208.       COMPATFLAGS =
  209.  
  210.       ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
  211.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
  212.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  213.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  214.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  215.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
  216.    LDCOMBINEFLAGS = -X -r
  217.  
  218.         MACROFILE = hp.cf
  219.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  220.  
  221.     IMAKE_DEFINES =
  222. # 650
  223.  
  224.          IRULESRC = $(CONFIGSRC)
  225.         IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
  226.  
  227.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  228.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  229.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  230.  
  231. ###########################################################################
  232. # X Window System Build Parameters
  233. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  234.  
  235. # 21
  236.  
  237. # 27
  238.  
  239. # 39
  240.  
  241. # 84
  242.  
  243. # 117
  244.  
  245. # 133
  246.  
  247. # 142
  248.  
  249. # 155
  250.  
  251. # 228
  252.  
  253. # 234
  254.  
  255. # 240
  256.  
  257. # 248
  258.  
  259. # 255
  260.  
  261. # 262
  262.  
  263. # 269
  264.  
  265. # 276
  266.  
  267. # 286
  268.  
  269. # 328
  270.  
  271. ###########################################################################
  272. # X Window System make variables; this need to be coordinated with rules
  273. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  274.  
  275.           PATHSEP = /
  276.         USRLIBDIR = $(DESTDIR)/usr/lib
  277.            BINDIR = $(DESTDIR)/usr/bin/X11
  278.           INCROOT = $(DESTDIR)/usr/include
  279.      BUILDINCROOT = $(TOP)
  280.       BUILDINCDIR = $(BUILDINCROOT)/X11
  281.       BUILDINCTOP = ..
  282.            INCDIR = $(INCROOT)/X11
  283.            ADMDIR = $(DESTDIR)/usr/adm
  284.            LIBDIR = $(USRLIBDIR)/X11
  285.         CONFIGDIR = $(LIBDIR)/config
  286.        LINTLIBDIR = $(USRLIBDIR)/lint
  287.  
  288.           FONTDIR = $(LIBDIR)/fonts
  289.          XINITDIR = $(LIBDIR)/xinit
  290.            XDMDIR = $(LIBDIR)/xdm
  291.            AWMDIR = $(LIBDIR)/awm
  292.            TWMDIR = $(LIBDIR)/twm
  293.            GWMDIR = $(LIBDIR)/gwm
  294.           MANPATH = $(DESTDIR)/usr/man
  295.     MANSOURCEPATH = $(MANPATH)/man
  296.            MANDIR = $(MANSOURCEPATH)n
  297.         LIBMANDIR = $(MANSOURCEPATH)3
  298.       XAPPLOADDIR = $(LIBDIR)/app-defaults
  299. # 376
  300.  
  301.        FONTCFLAGS = -t
  302.  
  303.      INSTAPPFLAGS = $(INSTDATFLAGS)
  304.  
  305. # 388
  306.  
  307.             IMAKE = $(IMAKESRC)/imake
  308.            DEPEND = $(DEPENDSRC)/makedepend
  309.               RGB = $(RGBSRC)/rgb
  310.             FONTC = $(BDFTOSNFSRC)/bdftosnf
  311.         MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
  312.         MKDIRHIER = /bin/sh $(SCRIPTSRC)/mkdirhier.sh
  313.  
  314.         CONFIGSRC = $(TOP)/config
  315.         CLIENTSRC = $(TOP)/clients
  316.           DEMOSRC = $(TOP)/demos
  317.            LIBSRC = $(TOP)/lib
  318.           FONTSRC = $(TOP)/fonts
  319.        INCLUDESRC = $(TOP)/X11
  320.         SERVERSRC = $(TOP)/server
  321.           UTILSRC = $(TOP)/util
  322.         SCRIPTSRC = $(UTILSRC)/scripts
  323.        EXAMPLESRC = $(TOP)/examples
  324.        CONTRIBSRC = $(TOP)/../contrib
  325.            DOCSRC = $(TOP)/doc
  326.            RGBSRC = $(TOP)/rgb
  327.         DEPENDSRC = $(UTILSRC)/makedepend
  328.          IMAKESRC = $(CONFIGSRC)
  329.          XAUTHSRC = $(LIBSRC)/Xau
  330.           XLIBSRC = $(LIBSRC)/X
  331.            XMUSRC = $(LIBSRC)/Xmu
  332.        TOOLKITSRC = $(LIBSRC)/Xt
  333.        AWIDGETSRC = $(LIBSRC)/Xaw
  334.        OLDXLIBSRC = $(LIBSRC)/oldX
  335.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  336.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  337.      MKFONTDIRSRC = $(FONTSRC)/mkfontdir
  338.      EXTENSIONSRC = $(TOP)/extensions
  339.  
  340. # 429
  341.  
  342. # 435
  343.  
  344.   DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
  345.      EXTENSIONLIB =   $(DEPEXTENSIONLIB)
  346.  
  347. # 442
  348.  
  349.           DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
  350.              XLIB = $(EXTENSIONLIB)  $(XLIBSRC)/libX11.a
  351.  
  352.       DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
  353.          XAUTHLIB =  $(DEPXAUTHLIB)
  354. # 451
  355.  
  356.         DEPXMULIB = $(XMUSRC)/libXmu.a
  357.            XMULIB =  $(DEPXMULIB)
  358.  
  359. # 458
  360.  
  361.        DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
  362.           OLDXLIB =  $(DEPOLDXLIB)
  363.  
  364. # 465
  365.  
  366.       DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
  367.          XTOOLLIB =  $(DEPXTOOLLIB)
  368.  
  369. # 472
  370.  
  371.         DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
  372.            XAWLIB =  $(DEPXAWLIB)
  373.  
  374.  LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
  375.          LINTXLIB = $(XLIBSRC)/llib-lX11.ln
  376.           LINTXMU = $(XMUSRC)/llib-lXmu.ln
  377.         LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
  378.           LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
  379.  
  380.         XWLIBSRC = $(CONTRIBSRC)/toolkits/Xw
  381.         DEPXWLIB = $(XWLIBSRC)/libXw.a
  382.         XWLIB =  $(DEPXWLIB)
  383.  
  384. # 496
  385.  
  386. # 513
  387.  
  388.           DEPLIBS = $(LOCAL_LIBRARIES)
  389.  
  390.          DEPLIBS1 = $(DEPLIBS)
  391.          DEPLIBS2 = $(DEPLIBS)
  392.          DEPLIBS3 = $(DEPLIBS)
  393.  
  394. ###########################################################################
  395. # Imake rules for building libraries, programs, scripts, and data files
  396. # rules:  $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
  397.  
  398. # 125
  399.  
  400. # 136
  401.  
  402. # 512
  403.  
  404. # 525
  405.  
  406. # 581
  407.  
  408. # 1321
  409.  
  410. ###########################################################################
  411. # start of Imakefile
  412.  
  413. ################################################################################
  414. #
  415. # File:         Imakefile
  416. # RCS:          $Header: Imakefile,v 1.3 91/03/14 03:37:26 mayer Exp $
  417. # Description:  Imakefile for libXlisp.a
  418. # Author:       Niels Mayer, HPLabs
  419. # Created:      Fri Nov 24 19:47:38 1989
  420. # Modified:     Fri Oct  4 06:00:04 1991 (Niels Mayer) mayer@hplnpm
  421. # Language:     N/A
  422. # Package:      N/A
  423. # Status:       X11r4 contrib tape release
  424. #
  425. # WINTERP Copyright 1989, 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  426. # XLISP version 2.1, Copyright (c) 1989, by David Betz.
  427. #
  428. # Permission to use, copy, modify, distribute, and sell this software and its
  429. # documentation for any purpose is hereby granted without fee, provided that
  430. # the above copyright notice appear in all copies and that both that
  431. # copyright notice and this permission notice appear in supporting
  432. # documentation, and that the name of Hewlett-Packard and David Betz not be
  433. # used in advertising or publicity pertaining to distribution of the software
  434. # without specific, written prior permission.  Hewlett-Packard and David Betz
  435. # make no representations about the suitability of this software for any
  436. # purpose. It is provided "as is" without express or implied warranty.
  437. #
  438. # HEWLETT-PACKARD AND DAVID BETZ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  439. # SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  440. # IN 0 EVENT SHALL HEWLETT-PACKARD NOR DAVID BETZ BE LIABLE FOR ANY SPECIAL,
  441. # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  442. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  443. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  444. # PERFORMANCE OF THIS SOFTWARE.
  445. #
  446. # See ./winterp/COPYRIGHT for information on contacting the authors.
  447. #
  448. # Please send modifications, improvements and bugfixes to mayer@hplabs.hp.com
  449. # Post XLISP-specific questions/information to the newsgroup comp.lang.lisp.x
  450. #
  451. ################################################################################
  452.  
  453. #
  454. # Note on INCLUDES for Motif 1.0:
  455. # ==============================
  456. # Motif 1.0 does not use the standard X11r4 toolkit, therefore you must
  457. # make sure that you are compiling Motif 1.0 programs with the headers
  458. # associated with Motif 1.0, not the default headers that are used by
  459. # X11r4 imake.
  460. #
  461. # Standard locations for Motif includes are /usr/include/X11 and
  462. # /usr/include/Xm. Note that Motif 1.0 uses a variant of the X11r3 toolkit
  463. # intrinsics headers which are installed in /usr/include/X11. Don't
  464. # confuse these    with the incompatible Xtoolkit intrinsics from X11r4.
  465. #
  466. # IF YOUR INSTALLATION OF MOTIF PLACES THE INCLUDE FILES FOR MOTIF's Xt/Xm
  467. # DIRECTORIES SOMEWHERE OTHER THAN cc's USUAL INCLUDE SEARCH PATH
  468. # (normally -I/usr/include -I.), THEN YOU WILL HAVE TO SET 'INCLUDES' BELOW
  469. # TO THE APPROPRIATE LOCATION.
  470. #
  471. # If you change INCLUDES below, you should also set INCLUDES in
  472. # ../Imakefile.
  473. #
  474. # INCLUDES = -I/usr/include -I.
  475.  
  476. #
  477. # Note on INCLUDES for Motif 1.1:
  478. # ==============================
  479. # Motif 1.1 uses the X11r4 Xlib, libXt, etc. Therefore imake should
  480. # automatically point the compiler to the correct include file directory.
  481. # Thus, leave imake's default TOP_INCLUDES alone, since that will point
  482. # to the X11r4 headers.
  483. #
  484. # Motif 1.1 is not included as part of the X11r4 distribution.
  485. # IF YOUR INSTALLATION OF MOTIF PLACES THE INCLUDE FILES FOR MOTIF's Xm
  486. # DIRECTORIES SOMEWHERE OTHER THAN cc's USUAL INCLUDE SEARCH PATH
  487. # (e.g. /usr/include/Xm), THEN YOU WILL HAVE TO SET 'STD_INCLUDES' BELOW
  488. # TO THE APPROPRIATE LOCATION.
  489. #
  490. # If you change STD_INCLUDES below, you should also set STD_INCLUDES
  491. # in ../Imakefile.
  492. #
  493. # STD_INCLUDES = -I. -I/mnt0/src/OSFMotif1.1.1 -I/mnt0/src/OSFMotif1.1.1/X11
  494.  STD_INCLUDES = -I. -I/mnt0/src/OSFMotif1.1.3 -I/mnt0/src/OSFMotif1.1.3/X11
  495.  
  496. #
  497. # Notes:
  498. #    If you just want to make a standalone XLISP interpreter, see the rule
  499. #    "lisp::" in Makefile.{generic,hpux,sparc,...}.
  500. #
  501. #    This Imakefile just creates libXlisp.a, which is used by ../winterp
  502. #
  503. #    libXlisp.a requires math library libm.a.
  504. #
  505. #    All changes made to XLISP for using in libXlisp.a for WINTERP
  506. #       are within "#ifdef WINTERP" sections. Therefore, you MUST
  507.  
  508. #    XLISP files.
  509. #
  510.  
  511.  SRCS = unixstuff.c \
  512.     xlbfun.c \
  513.     xlcont.c \
  514.     xldbug.c \
  515.     xldmem.c \
  516.     xleval.c \
  517.     xlfio.c \
  518.     xlglob.c \
  519.     xlimage.c \
  520.     xlinit.c \
  521.     xlio.c \
  522.     xljump.c \
  523.     xllist.c \
  524.     xlmath.c \
  525.     xlobj.c \
  526.     xlpp.c \
  527.     xlprin.c \
  528.     xlread.c \
  529.     xlstr.c \
  530.     xlstruct.c \
  531.     xlsubr.c \
  532.     xlsym.c \
  533.     xlsys.c
  534.  
  535.  OBJS = unixstuff.o \
  536.     xlbfun.o \
  537.     xlcont.o \
  538.     xldbug.o \
  539.     xldmem.o \
  540.     xleval.o \
  541.     xlfio.o \
  542.     xlglob.o \
  543.     xlimage.o \
  544.     xlinit.o \
  545.     xlio.o \
  546.     xljump.o \
  547.     xllist.o \
  548.     xlmath.o \
  549.     xlobj.o \
  550.     xlpp.o \
  551.     xlprin.o \
  552.     xlread.o \
  553.     xlstr.o \
  554.     xlstruct.o \
  555.     xlsubr.o \
  556.     xlsym.o \
  557.     xlsys.o
  558.  
  559. #
  560. # Note on DEFINES:
  561. # (1) -DWINTERP: xlisp/xlisp.h and xlisp/xldmem.h (which are included by all
  562. # WINTERP files) have '#ifdef WINTERP' surrounding changes made to XLISP
  563. # for use by WINTERP: you MUST compile with -DWINTERP or nothing will work.
  564. #
  565. # (2) -D_NO_PROTO: this is required by Motif 1.1 if you are using a
  566. # non-ANSI-C compiler. Eventually everybody will have an ANSI C compiler
  567. # and at that point this flag should be removed.
  568. #
  569. # (3) -Dhpux is needed if you are running on HPUX 7.0.
  570. #
  571. # (4) -DMALLOC_0_RETURNS_NULL is needed on HPUX 7.0 when linking with
  572. # preprocessor symbol WINTERP in compiling these fast malloc library "-lmalloc".
  573. #
  574. # For HPUX 7.0, -Wc,-Np1000 is there to prevent preprocessor symbol WINTERP in compiling these 'cc' error:
  575. #     "Parameter table overflow. Try the -Wc,-Np option."
  576. # Get rid of this in HPUX 8.0 since preprocessor symbol WINTERP in compiling these compiler is supposed to use
  577. # dynamic tables.
  578. # Note that preprocessor symbol WINTERP in compiling these X11r4 Imake hp.cf specifies a smaller value of
  579. # "-Wc,-Np" -- this setting overrides that value.
  580. #
  581.  
  582.  DEFINES = -Dhpux -DWINTERP -DMALLOC_0_RETURNS_NULL -D_NO_PROTO -Wc,-Np1000
  583. # 174
  584.  
  585. all:: libXlisp.a
  586.  
  587. libXlisp.a: $(OBJS)
  588.     $(RM) $@
  589.     $(AR) $@ $(OBJS)
  590.     $(RANLIB) $@
  591.  
  592. depend:: $(DEPEND)
  593.  
  594. $(DEPEND):
  595.     @echo "checking $@ over in $(DEPENDSRC) first..."; \
  596.     cd $(DEPENDSRC); $(MAKE); \
  597.     echo "okay, continuing in $(CURRENT_DIR)"
  598.  
  599. depend::
  600.     $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  601.  
  602. ###########################################################################
  603. # common rules for all Makefiles - do not edit
  604.  
  605. emptyrule::
  606.  
  607. clean::
  608.     $(RM_CMD) \#*
  609.  
  610. Makefile:: $(IMAKE)
  611.  
  612. $(IMAKE):
  613.     @(cd $(IMAKESRC); if [ -f Makefile ]; then \
  614.     echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
  615.     echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
  616.     $(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
  617.     echo "okay, continuing in $(CURRENT_DIR)")
  618.  
  619. Makefile::
  620.     -@if [ -f Makefile ]; then \
  621.     echo "    $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
  622.     $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  623.     else exit 0; fi
  624.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  625.  
  626. tags::
  627.     $(TAGS) -w *.[ch]
  628.     $(TAGS) -xw *.[ch] > TAGS
  629. # 690
  630.  
  631. # 698
  632.  
  633. # 712
  634.  
  635. ###########################################################################
  636. # empty rules for directories that do not have SUBDIRS - do not edit
  637.  
  638. install::
  639.     @echo "install in $(CURRENT_DIR) done"
  640.  
  641. install.man::
  642.     @echo "install.man in $(CURRENT_DIR) done"
  643.  
  644. Makefiles::
  645.  
  646. includes::
  647.  
  648. ###########################################################################
  649. # dependencies generated by makedepend
  650.  
  651. # DO NOT DELETE
  652.  
  653. unixstuff.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  654. unixstuff.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  655. unixstuff.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  656. unixstuff.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  657. unixstuff.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  658. unixstuff.o: ../../../../../mit/X11/Xutil.h
  659. unixstuff.o: ../../../../../mit/X11/Xresource.h ../../../../../mit/X11/Xos.h
  660. unixstuff.o: /usr/include/string.h /usr/include/fcntl.h
  661. unixstuff.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  662. unixstuff.o: /usr/include/time.h /usr/include/sys/time.h
  663. unixstuff.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  664. unixstuff.o: ../../../../../mit/X11/Constraint.h
  665. unixstuff.o: ../../../../../mit/X11/Object.h ../../../../../mit/X11/RectObj.h
  666. unixstuff.o: ../../../../../mit/X11/Vendor.h
  667. unixstuff.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  668. unixstuff.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  669. unixstuff.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  670. unixstuff.o: ../../../../../mit/X11/Shell.h
  671. xlbfun.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  672. xlbfun.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  673. xlbfun.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  674. xlbfun.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  675. xlbfun.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  676. xlbfun.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  677. xlbfun.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  678. xlbfun.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  679. xlbfun.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  680. xlbfun.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  681. xlbfun.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  682. xlbfun.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  683. xlbfun.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  684. xlbfun.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  685. xlbfun.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  686. xlbfun.o: ../../../../../mit/X11/Shell.h
  687. xlcont.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  688. xlcont.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  689. xlcont.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  690. xlcont.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  691. xlcont.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  692. xlcont.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  693. xlcont.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  694. xlcont.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  695. xlcont.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  696. xlcont.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  697. xlcont.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  698. xlcont.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  699. xlcont.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  700. xlcont.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  701. xlcont.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  702. xlcont.o: ../../../../../mit/X11/Shell.h
  703. xldbug.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  704. xldbug.o: /usr/include/sys/types.h /usr/include/sys/stdsyms.h
  705. xldbug.o: ../../../../../mit/X11/X.h ../../../../../mit/X11/Xutil.h
  706. xldbug.o: ../../../../../mit/X11/Xresource.h ../../../../../mit/X11/Xos.h
  707. xldbug.o: /usr/include/string.h /usr/include/fcntl.h /usr/include/sys/fcntl.h
  708. xldbug.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  709. xldbug.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  710. xldbug.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  711. xldbug.o: ../../../../../mit/X11/RectObj.h xlisp.h /usr/include/stdio.h
  712. xldbug.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  713. xldbug.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h ../../../../../mit/X11/Vendor.h
  714. xldbug.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  715. xldbug.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  716. xldbug.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  717. xldbug.o: ../../../../../mit/X11/Shell.h
  718. xldmem.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  719. xldmem.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  720. xldmem.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  721. xldmem.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  722. xldmem.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  723. xldmem.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  724. xldmem.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  725. xldmem.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  726. xldmem.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  727. xldmem.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  728. xldmem.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  729. xldmem.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  730. xldmem.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  731. xldmem.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  732. xldmem.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  733. xldmem.o: ../../../../../mit/X11/Shell.h
  734. xleval.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  735. xleval.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  736. xleval.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  737. xleval.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  738. xleval.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  739. xleval.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  740. xleval.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  741. xleval.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  742. xleval.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  743. xleval.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  744. xleval.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  745. xleval.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  746. xleval.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  747. xleval.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  748. xleval.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  749. xleval.o: ../../../../../mit/X11/Shell.h
  750. xlfio.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  751. xlfio.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  752. xlfio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  753. xlfio.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  754. xlfio.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  755. xlfio.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  756. xlfio.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  757. xlfio.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  758. xlfio.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  759. xlfio.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  760. xlfio.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  761. xlfio.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  762. xlfio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  763. xlfio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  764. xlfio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  765. xlfio.o: ../../../../../mit/X11/Shell.h
  766. xlglob.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  767. xlglob.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  768. xlglob.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  769. xlglob.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  770. xlglob.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  771. xlglob.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  772. xlglob.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  773. xlglob.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  774. xlglob.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  775. xlglob.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  776. xlglob.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  777. xlglob.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  778. xlglob.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  779. xlglob.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  780. xlglob.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  781. xlglob.o: ../../../../../mit/X11/Shell.h
  782. xlimage.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  783. xlimage.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  784. xlimage.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  785. xlimage.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  786. xlimage.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  787. xlimage.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  788. xlimage.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  789. xlimage.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  790. xlimage.o: /usr/include/sys/file.h /usr/include/time.h
  791. xlimage.o: /usr/include/sys/time.h ../../../../../mit/X11/Core.h
  792. xlimage.o: ../../../../../mit/X11/Composite.h
  793. xlimage.o: ../../../../../mit/X11/Constraint.h
  794. xlimage.o: ../../../../../mit/X11/Object.h ../../../../../mit/X11/RectObj.h
  795. xlimage.o: ../../../../../mit/X11/Vendor.h
  796. xlimage.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  797. xlimage.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  798. xlimage.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  799. xlimage.o: ../../../../../mit/X11/Shell.h
  800. xlinit.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  801. xlinit.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  802. xlinit.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  803. xlinit.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  804. xlinit.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  805. xlinit.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  806. xlinit.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  807. xlinit.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  808. xlinit.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  809. xlinit.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  810. xlinit.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  811. xlinit.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  812. xlinit.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  813. xlinit.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  814. xlinit.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  815. xlinit.o: ../../../../../mit/X11/Shell.h
  816. xlio.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  817. xlio.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  818. xlio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  819. xlio.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  820. xlio.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  821. xlio.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  822. xlio.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  823. xlio.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
  824. xlio.o: /usr/include/time.h /usr/include/sys/time.h
  825. xlio.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  826. xlio.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  827. xlio.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  828. xlio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  829. xlio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  830. xlio.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  831. xlio.o: ../../../../../mit/X11/Shell.h
  832. xljump.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  833. xljump.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  834. xljump.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  835. xljump.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  836. xljump.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  837. xljump.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  838. xljump.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  839. xljump.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  840. xljump.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  841. xljump.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  842. xljump.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  843. xljump.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  844. xljump.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  845. xljump.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  846. xljump.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  847. xljump.o: ../../../../../mit/X11/Shell.h
  848. xllist.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  849. xllist.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  850. xllist.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  851. xllist.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  852. xllist.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  853. xllist.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  854. xllist.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  855. xllist.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  856. xllist.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  857. xllist.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  858. xllist.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  859. xllist.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  860. xllist.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  861. xllist.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  862. xllist.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  863. xllist.o: ../../../../../mit/X11/Shell.h
  864. xlmath.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  865. xlmath.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  866. xlmath.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  867. xlmath.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  868. xlmath.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  869. xlmath.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  870. xlmath.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  871. xlmath.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  872. xlmath.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  873. xlmath.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  874. xlmath.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  875. xlmath.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  876. xlmath.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  877. xlmath.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  878. xlmath.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  879. xlmath.o: ../../../../../mit/X11/Shell.h /usr/include/math.h
  880. xlobj.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  881. xlobj.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  882. xlobj.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  883. xlobj.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  884. xlobj.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  885. xlobj.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  886. xlobj.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  887. xlobj.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  888. xlobj.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  889. xlobj.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  890. xlobj.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  891. xlobj.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  892. xlobj.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  893. xlobj.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  894. xlobj.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  895. xlobj.o: ../../../../../mit/X11/Shell.h
  896. xlpp.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  897. xlpp.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  898. xlpp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  899. xlpp.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  900. xlpp.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  901. xlpp.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  902. xlpp.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  903. xlpp.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
  904. xlpp.o: /usr/include/time.h /usr/include/sys/time.h
  905. xlpp.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  906. xlpp.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  907. xlpp.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  908. xlpp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  909. xlpp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  910. xlpp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  911. xlpp.o: ../../../../../mit/X11/Shell.h
  912. xlprin.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  913. xlprin.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  914. xlprin.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  915. xlprin.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  916. xlprin.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  917. xlprin.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  918. xlprin.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  919. xlprin.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  920. xlprin.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  921. xlprin.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  922. xlprin.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  923. xlprin.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  924. xlprin.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  925. xlprin.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  926. xlprin.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  927. xlprin.o: ../../../../../mit/X11/Shell.h
  928. xlread.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  929. xlread.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  930. xlread.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  931. xlread.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  932. xlread.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  933. xlread.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  934. xlread.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  935. xlread.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  936. xlread.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  937. xlread.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  938. xlread.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  939. xlread.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  940. xlread.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  941. xlread.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  942. xlread.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  943. xlread.o: ../../../../../mit/X11/Shell.h
  944. xlstr.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  945. xlstr.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  946. xlstr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  947. xlstr.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  948. xlstr.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  949. xlstr.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  950. xlstr.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  951. xlstr.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  952. xlstr.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  953. xlstr.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  954. xlstr.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  955. xlstr.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  956. xlstr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  957. xlstr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  958. xlstr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  959. xlstr.o: ../../../../../mit/X11/Shell.h
  960. xlstruct.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  961. xlstruct.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  962. xlstruct.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  963. xlstruct.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  964. xlstruct.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  965. xlstruct.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  966. xlstruct.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  967. xlstruct.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  968. xlstruct.o: /usr/include/sys/file.h /usr/include/time.h
  969. xlstruct.o: /usr/include/sys/time.h ../../../../../mit/X11/Core.h
  970. xlstruct.o: ../../../../../mit/X11/Composite.h
  971. xlstruct.o: ../../../../../mit/X11/Constraint.h
  972. xlstruct.o: ../../../../../mit/X11/Object.h ../../../../../mit/X11/RectObj.h
  973. xlstruct.o: ../../../../../mit/X11/Vendor.h
  974. xlstruct.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  975. xlstruct.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  976. xlstruct.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  977. xlstruct.o: ../../../../../mit/X11/Shell.h
  978. xlsubr.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  979. xlsubr.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  980. xlsubr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  981. xlsubr.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  982. xlsubr.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  983. xlsubr.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  984. xlsubr.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  985. xlsubr.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  986. xlsubr.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  987. xlsubr.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  988. xlsubr.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  989. xlsubr.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  990. xlsubr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  991. xlsubr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  992. xlsubr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  993. xlsubr.o: ../../../../../mit/X11/Shell.h
  994. xlsym.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  995. xlsym.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  996. xlsym.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  997. xlsym.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  998. xlsym.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  999. xlsym.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  1000. xlsym.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  1001. xlsym.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1002. xlsym.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  1003. xlsym.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  1004. xlsym.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  1005. xlsym.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  1006. xlsym.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1007. xlsym.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1008. xlsym.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1009. xlsym.o: ../../../../../mit/X11/Shell.h
  1010. xlsys.o: xlisp.h /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1011. xlsys.o: /usr/include/ctype.h /usr/include/setjmp.h xldmem.h
  1012. xlsys.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1013. xlsys.o: ../../../../../mit/X11/Intrinsic.h ../../../../../mit/X11/Xlib.h
  1014. xlsys.o: /usr/include/sys/types.h ../../../../../mit/X11/X.h
  1015. xlsys.o: ../../../../../mit/X11/Xutil.h ../../../../../mit/X11/Xresource.h
  1016. xlsys.o: ../../../../../mit/X11/Xos.h /usr/include/string.h
  1017. xlsys.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1018. xlsys.o: /usr/include/sys/file.h /usr/include/time.h /usr/include/sys/time.h
  1019. xlsys.o: ../../../../../mit/X11/Core.h ../../../../../mit/X11/Composite.h
  1020. xlsys.o: ../../../../../mit/X11/Constraint.h ../../../../../mit/X11/Object.h
  1021. xlsys.o: ../../../../../mit/X11/RectObj.h ../../../../../mit/X11/Vendor.h
  1022. xlsys.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1023. xlsys.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1024. xlsys.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1025. xlsys.o: ../../../../../mit/X11/Shell.h
  1026.